object Splash: TSplash Left = -800 Top = 392 AlphaBlendValue = 220 Anchors = [] BorderIcons = [] BorderStyle = bsNone Caption = 'Splash' ClientHeight = 277 ClientWidth = 410 Color = clWhite TransparentColorValue = clFuchsia Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Visible = True OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object imgSplash: TJvImage Left = 0 Top = 0 Width = 410 Height = 277 Align = alClient Transparent = True ExplicitLeft = 256 ExplicitTop = 56 end object lblVersion: TLabel Left = 244 Top = 206 Width = 107 Height = 13 Caption = 'Version: 4.X.X.X Alpha' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object lblCompany: TLabel Left = 20 Top = 206 Width = 146 Height = 13 Caption = 'Patented by Bytek Systems AB' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object tmClose: TTimer Interval = 5000 OnTimer = tmCloseTimer Left = 80 Top = 76 end end